home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 34 / CD Expert nº 34.iso / Kyodai Mahjonng / _SETUP.1 / kyodai3dx.exe / 0 / RCDATA / TFRMOPENMAP / TFRMOPENMAP.txt
Text File  |  1997-12-01  |  2KB  |  105 lines

  1. object frmOpenMap: TfrmOpenMap
  2.   Left = 416
  3.   Top = 493
  4.   BorderStyle = bsDialog
  5.   Caption = 'Map Library'
  6.   ClientHeight = 206
  7.   ClientWidth = 282
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 4
  19.     Top = 8
  20.     Width = 273
  21.     Height = 169
  22.     Shape = bsFrame
  23.   end
  24.   object Button1: TButton
  25.     Left = 148
  26.     Top = 180
  27.     Width = 61
  28.     Height = 25
  29.     Caption = 'OK'
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.   end
  33.   object Button2: TButton
  34.     Left = 212
  35.     Top = 180
  36.     Width = 61
  37.     Height = 25
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 1
  41.   end
  42.   object ListBox1: TListBox
  43.     Left = 12
  44.     Top = 12
  45.     Width = 153
  46.     Height = 157
  47.     ItemHeight = 13
  48.     TabOrder = 2
  49.     OnClick = ListBox1Click
  50.   end
  51.   object Button3: TButton
  52.     Left = 172
  53.     Top = 16
  54.     Width = 93
  55.     Height = 25
  56.     Caption = '&Open Library'
  57.     TabOrder = 3
  58.     OnClick = Button3Click
  59.   end
  60.   object Button4: TButton
  61.     Left = 172
  62.     Top = 44
  63.     Width = 93
  64.     Height = 25
  65.     Caption = '&Save Library'
  66.     TabOrder = 4
  67.     OnClick = Button4Click
  68.   end
  69.   object Panel1: TPanel
  70.     Left = 172
  71.     Top = 104
  72.     Width = 93
  73.     Height = 21
  74.     Caption = 'Index'
  75.     TabOrder = 5
  76.   end
  77.   object Panel2: TPanel
  78.     Left = 172
  79.     Top = 125
  80.     Width = 93
  81.     Height = 21
  82.     Caption = 'W x H'
  83.     TabOrder = 6
  84.   end
  85.   object Panel3: TPanel
  86.     Left = 172
  87.     Top = 146
  88.     Width = 93
  89.     Height = 21
  90.     BevelOuter = bvLowered
  91.     Caption = 'Count'
  92.     TabOrder = 7
  93.   end
  94.   object OpenDialog: TOpenDialog
  95.     FileEditStyle = fsEdit
  96.     Left = 4
  97.     Top = 176
  98.   end
  99.   object SaveDialog: TSaveDialog
  100.     FileEditStyle = fsEdit
  101.     Left = 32
  102.     Top = 176
  103.   end
  104. end
  105.